Resource StructureDefinition/FHIR Server from package ca.on.oh-olis#2.0.0-0.0.1 (62 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "0aa38720-bb4e-4f79-9ffc-5a4759e8dab2",
"meta" : {
"lastUpdated" : "2022-12-05T18:40:38.0514577+00:00"
},
"url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient",
"version" : "2.0.0",
"name" : "Patient",
"status" : "active",
"date" : "2022-12-05T18:48:04.8910587+00:00",
"description" : "Demographics and other administrative information about an individual receiving care or other health-related services.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"name" : "OLIS HL7 v2"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Patient",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Patient",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Patient.id",
"path" : "Patient.id",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Patient.meta",
"path" : "Patient.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Patient.meta.profile",
"path" : "Patient.meta.profile",
"min" : 1,
"max" : "1",
"fixedCanonical" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient|2.0.0",
"mustSupport" : true
},
{
"id" : "Patient.identifier",
"path" : "Patient.identifier",
"short" : "An identifier for this patient which can be Ontario HCN or Lab MRN",
"definition" : "An identifier for this patient. OLIS will return only Ontario Health Card Number and/or lab issued Medical Record Numbers. The assigning authority of the identifier is represented by the system value. \r\n\r\nOLIS HCN: https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn\r\n\r\nLab MRN: http://ehealthontario.ca/fhir/NamingSystem/lab/patient-id-lab-license-[id]",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Patient.identifier.type",
"path" : "Patient.identifier.type",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Patient Identifier Type supported in OLIS",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-patient-identifier-type"
}
},
{
"id" : "Patient.identifier.type.coding",
"path" : "Patient.identifier.type.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Patient.identifier.type.coding.system",
"path" : "Patient.identifier.type.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"mustSupport" : true
},
{
"id" : "Patient.identifier.type.coding.code",
"path" : "Patient.identifier.type.coding.code",
"comment" : "\"JHN\" for HCN. \"MR\" for MRN, \"ANON\" for anonymous identifier",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.3.5"
}
]
},
{
"id" : "Patient.identifier.type.text",
"path" : "Patient.identifier.type.text",
"definition" : "For HCN: \"Provincial HCN\"\r\nFor MRN: \"OLIS Patient Id\"\r\nFor ANON: \"OLIS Nonnominal identifier\"",
"mustSupport" : true
},
{
"id" : "Patient.identifier.system",
"path" : "Patient.identifier.system",
"comment" : "See example values below",
"min" : 1,
"example" : [
{
"label" : "HCN",
"valueUri" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn"
},
{
"label" : "MRN",
"valueUri" : "http://ehealthontario.ca/fhir/NamingSystem/lab/patient-id-lab-license-[id]"
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.3.9.1/PID.3.9.2/PID.3.9.3",
"comment" : "Either PID.3.9 (assigning Jurisdiction for JHN) or PID.3.4 (assigning authority ie Facility ID of facility that assigned the MR number)... PID.3.4 Assigning Authority field must be empty if PID.3.9 Jurisdiction is not empty, and vice versa"
}
]
},
{
"id" : "Patient.identifier.value",
"path" : "Patient.identifier.value",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.3.1"
}
]
},
{
"id" : "Patient.identifier.value.extension",
"path" : "Patient.identifier.value.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Patient.identifier.value.extension:healthCardVersionCode",
"path" : "Patient.identifier.value.extension",
"sliceName" : "healthCardVersionCode",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code"
]
}
]
},
{
"id" : "Patient.identifier.value.extension:healthCardVersionCode.value[x]",
"path" : "Patient.identifier.value.extension.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Patient.identifier.value.extension:healthCardVersionCode.value[x]:valueString",
"path" : "Patient.identifier.value.extension.value[x]",
"sliceName" : "valueString"
},
{
"id" : "Patient.name",
"path" : "Patient.name",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Patient.name.use",
"path" : "Patient.name.use",
"definition" : "Identifies the purpose for this name.\r\nOLIS: Fix to the 'official' for all cases except for anonymous. For anonymous code should be âanonymousâ.",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.5.7"
}
]
},
{
"id" : "Patient.name.family",
"path" : "Patient.name.family",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.5.1"
}
]
},
{
"id" : "Patient.name.given",
"path" : "Patient.name.given",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "extension.url"
}
],
"description" : "Middle name",
"rules" : "open"
},
"min" : 0,
"max" : "*",
"mustSupport" : true
},
{
"id" : "Patient.name.given.id",
"path" : "Patient.name.given.id",
"mustSupport" : false
},
{
"id" : "Patient.name.given:given-first",
"path" : "Patient.name.given",
"sliceName" : "given-first",
"max" : "1",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.5.2"
}
]
},
{
"id" : "Patient.name.given:given-middle",
"path" : "Patient.name.given",
"sliceName" : "given-middle",
"max" : "1",
"fixedString" : "MID",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.5.3"
}
]
},
{
"id" : "Patient.name.given:given-middle.extension",
"path" : "Patient.name.given.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Patient.name.given:given-middle.extension:EN-qualifier",
"path" : "Patient.name.given.extension",
"sliceName" : "EN-qualifier",
"definition" : "Use on data type: OLIS uses for HumanName.given",
"min" : 1,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"
]
}
],
"mustSupport" : true
},
{
"id" : "Patient.name.given:given-middle.extension:EN-qualifier.id",
"path" : "Patient.name.given.extension.id",
"mustSupport" : true
},
{
"id" : "Patient.name.given:given-middle.extension:EN-qualifier.value[x]",
"path" : "Patient.name.given.extension.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
]
}
},
{
"id" : "Patient.name.given:given-middle.extension:EN-qualifier.value[x]:valueCode",
"path" : "Patient.name.given.extension.value[x]",
"sliceName" : "valueCode",
"fixedCode" : "MID",
"mustSupport" : true
},
{
"id" : "Patient.name.prefix",
"path" : "Patient.name.prefix",
"definition" : "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.\r\nOLIS will return maximum one prefix",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.5.5"
}
]
},
{
"id" : "Patient.name.suffix",
"path" : "Patient.name.suffix",
"definition" : "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.\r\nOLIS will return maximum one suffix",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.5.4"
}
]
},
{
"id" : "Patient.telecom",
"path" : "Patient.telecom",
"definition" : "A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.\r\n\r\nOLIS will return maximum 3 telephone numbers.",
"mustSupport" : true
},
{
"id" : "Patient.telecom.system",
"path" : "Patient.telecom.system",
"short" : "phone | fax | email | pager",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-contact-point-system"
},
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.13.3 or PID.14.3"
}
]
},
{
"id" : "Patient.telecom.value",
"path" : "Patient.telecom.value",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.13.4-PID.13.8 or PID.14.4-PID.14.8"
}
]
},
{
"id" : "Patient.telecom.use",
"path" : "Patient.telecom.use",
"short" : "home | work | temp |mobile - purpose of this contact point",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-contact-point-use"
},
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.13.2 or PID.14.2"
}
]
},
{
"id" : "Patient.gender",
"path" : "Patient.gender",
"short" : "male | female | unknown",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-administrative-gender"
},
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.8"
}
]
},
{
"id" : "Patient.birthDate",
"path" : "Patient.birthDate",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.7"
}
]
},
{
"id" : "Patient.address",
"path" : "Patient.address",
"definition" : "Addresses for the individual.\r\nOLIS will return maximum two addresses",
"mustSupport" : true
},
{
"id" : "Patient.address.use",
"path" : "Patient.address.use",
"short" : "home | work - purpose of this address",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-address-use"
}
},
{
"id" : "Patient.address.type",
"path" : "Patient.address.type",
"short" : "postal | physical",
"example" : [
{
"label" : "General",
"valueCode" : "physical"
}
],
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.11.7"
}
]
},
{
"id" : "Patient.address.line",
"path" : "Patient.address.line",
"min" : 1,
"max" : "1",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.11.1"
}
]
},
{
"id" : "Patient.address.city",
"path" : "Patient.address.city",
"min" : 1,
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.11.3"
}
]
},
{
"id" : "Patient.address.state",
"path" : "Patient.address.state",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Codes for provinces, states and territories supported by Ontario Health interfaces",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/province-state-code"
},
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.11.4"
}
]
},
{
"id" : "Patient.address.postalCode",
"path" : "Patient.address.postalCode",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.11.5"
}
]
},
{
"id" : "Patient.address.country",
"path" : "Patient.address.country",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "The set of 3-character country codes from the ISO-3166 standard, e.g., CAN, USA used in addresses by Ontario Health interfaces",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/country-code"
},
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.11.6"
}
]
},
{
"id" : "Patient.contact",
"path" : "Patient.contact",
"mustSupport" : true
},
{
"id" : "Patient.contact.relationship",
"path" : "Patient.contact.relationship",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Patient.contact.relationship.coding",
"path" : "Patient.contact.relationship.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Patient.contact.relationship.coding.system",
"path" : "Patient.contact.relationship.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"mustSupport" : true
},
{
"id" : "Patient.contact.relationship.coding.code",
"path" : "Patient.contact.relationship.coding.code",
"comment" : "Fixed value \"emergency\"",
"min" : 1,
"fixedCode" : "C",
"mustSupport" : true
},
{
"id" : "Patient.contact.relationship.coding.display",
"path" : "Patient.contact.relationship.coding.display",
"min" : 1,
"fixedString" : "Emergency Contact",
"mustSupport" : true
},
{
"id" : "Patient.contact.telecom",
"path" : "Patient.contact.telecom",
"short" : "Emergency contact number",
"definition" : "Patient's emergency contact number, which could be home or work.",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID.13 or PID.14 when use = \"EMR\" (emergency)"
}
]
},
{
"id" : "Patient.contact.telecom.system",
"path" : "Patient.contact.telecom.system",
"short" : "phone | fax | email | pager",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Codes supported by eHealth Ontario differentiating types of contact point systems.",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-contact-point-system"
}
},
{
"id" : "Patient.contact.telecom.value",
"path" : "Patient.contact.telecom.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Patient.contact.telecom.use",
"path" : "Patient.contact.telecom.use",
"short" : "home | work | temp | mobile - purpose of this contact point",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Codes supported by eHealth Ontario differentiating uses of contact points",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-contact-point-use"
}
},
{
"id" : "Patient.contact.address",
"path" : "Patient.contact.address",
"short" : "address of patient's emergency contact",
"definition" : "address of patient's emergency contact, not to be confused with patient's address",
"mustSupport" : true,
"mapping" : [
{
"identity" : "OLIS-HL7-v2",
"map" : "PID-11 when addressType = \"E\" (emergency contact)"
}
]
},
{
"id" : "Patient.contact.address.use",
"path" : "Patient.contact.address.use",
"short" : "home | work | - purpose of this address",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Codes supported by eHealth Ontario indicating how the patient address is used. This is strict sub-set of the core FHIR value set.",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-address-use"
}
},
{
"id" : "Patient.contact.address.type",
"path" : "Patient.contact.address.type",
"mustSupport" : true
},
{
"id" : "Patient.contact.address.line",
"path" : "Patient.contact.address.line",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Patient.contact.address.city",
"path" : "Patient.contact.address.city",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Patient.contact.address.state",
"path" : "Patient.contact.address.state",
"mustSupport" : true
},
{
"id" : "Patient.contact.address.postalCode",
"path" : "Patient.contact.address.postalCode",
"mustSupport" : true
},
{
"id" : "Patient.contact.address.country",
"path" : "Patient.contact.address.country",
"min" : 1,
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.